.select-wrapper{
	font:14px;
	width:240px;
	height:34px;
	position:relative;
	cursor:pointer;
	display:inline-block;
	*
	display:inline;
	*
	float:left;
	*
	margin-right:10px;
	/* background:#fff; */
	/* border-radius:3px; */
	border:1px solid #e3e3e3;
}
.select-wrapper.focus{
	border:1px solid #94abc3;
}
.select-button{ text-align: left;
}
.select-down{
	position:absolute;
	top:0 !important; height: 3.125rem !important;
	right:12px;
	height:0;
	width:0;
	overflow:hidden;
	font-size:0;
	border-color:transparent transparent transparent transparent !important;
	border-style:solid;
	border-width:0px; background:url(../images/select_arrow.svg) center no-repeat; background-size: 16px;
}  
.disabled{
	color:#cccccc;
}
.select-list{
	width:238px;
	background:#356126; border:1px solid rgba(255,255,255,.2); 
	display:none;
	z-index:2;
	position:absolute;
	left:0;
	top:35px;
	overflow:hidden;
}
.select-list ul{
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
	line-height:34px;
	max-height:240px;
}
.select-list ul li{
	width:auto;
	height:34px;
	padding-left:10px;
	cursor:pointer;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
	color:  #fff;
	font-size: 13px;
}
.select-list ul li.selected,
.select-list ul li:hover{
	color:#fff;
	background: #315823;
}

/* ä¸‹æ‹‰åˆ—è¡¨ä¸å¯ç”¨æ ·å¼ */
.select-button-disable{
	color:#ccc;
	width:238px;
	height:34px;
	border:1px solid #e3e3e3;
	border-radius:3px;
	cursor:pointer;
	padding-left:10px;
	overflow:hidden;
	text-align:left;
	outline:none;
}
.select-down-disable{
	color:#ccc;
	font-size:18px;
	position:absolute;
	top:0;
	right:10px;
	line-height:34px;
}

.select-wrapper{ height: 3.125rem !important; width: 100% !important; min-width: 200px !important;}
.select-button{ width: 100% !important; height: 3.125rem !important;}
.select-list{ width: 100% !important; top: 3.125rem !important;} 
.select-wrapper{ border: 0 !important; position: relative; z-index: 1;  }
.select-list ul li{ padding-left: 1.25rem;}
/* .select-wrapper:before{ content: ""; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 1px solid #ededed; z-index: -1;} */
